home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / ffg / go_bat / gotouch.bat < prev    next >
Encoding:
DOS Batch File  |  1993-08-04  |  263 b   |  10 lines

  1. @echo off
  2. ::
  3. :: Sets date/time of found files to the current system date and time:
  4. ::
  5. if %1.==. goto USAGE
  6. echo Searching for "%1"...
  7. ffg /qmfs /eTOUCH%%_%%N %1 %2 %3 %4 %5 %6 %7 %8 %9
  8. if errorlevel 0 if not errorlevel 1 echo Could not find "%1".
  9. :USAGE
  10.